home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / database / rolo2095.zip / ROLODECK.EXE / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  1996-06-01  |  1KB  |  59 lines

  1. object Form4: TForm4
  2.   Left = 200
  3.   Top = 108
  4.   AutoScroll = False
  5.   Caption = 'Search for:'
  6.   ClientHeight = 88
  7.   ClientWidth = 351
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   OnCreate = FormCreate
  15.   TextHeight = 13
  16.   object Label1: TLabel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 88
  20.     Height = 13
  21.     Caption = 'Data to search for:'
  22.   end
  23.   object Edit1: TEdit
  24.     Left = 16
  25.     Top = 24
  26.     Width = 321
  27.     Height = 21
  28.     TabOrder = 0
  29.   end
  30.   object BitBtn1: TBitBtn
  31.     Left = 48
  32.     Top = 56
  33.     Width = 75
  34.     Height = 25
  35.     Caption = '&Find First'
  36.     Default = True
  37.     TabOrder = 1
  38.     OnClick = BitBtn1Click
  39.   end
  40.   object BitBtn2: TBitBtn
  41.     Left = 144
  42.     Top = 56
  43.     Width = 75
  44.     Height = 25
  45.     Caption = 'Find &Next'
  46.     TabOrder = 2
  47.     OnClick = BitBtn2Click
  48.   end
  49.   object BitBtn3: TBitBtn
  50.     Left = 240
  51.     Top = 56
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&Cancel'
  55.     TabOrder = 3
  56.     OnClick = BitBtn3Click
  57.   end
  58. end
  59.